home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Utilities / BigTools v1.0 / BigTools v1.0 ReadMe next >
Encoding:
Text File  |  1993-04-13  |  2.6 KB  |  59 lines  |  [ttro/ttxt]

  1. ------------------------------------------------------
  2.  
  3.                         BIGTOOLS PALETTE README
  4.  
  5. ------------------------------------------------------
  6.  
  7. My apologies to the somewhat rough copy of this;  I spent about an hour and a half putting it together as a quick solution for someone on the net. If you find any problems with using it, contact me at:
  8.  
  9. internet: 
  10.                 altheimm@csus.edu
  11. U.S. mail:
  12.                 Murray M. Altheim 
  13.                 Equinox Development
  14.                 PO Box 191193
  15.                 Sacramento, CA  95819
  16.  
  17.  
  18. ------------------------------------------------------
  19. TO USE:
  20.  
  21. Click on the “Start Using BigTools” button to put BigTools into the message-passing heirarchy. This makes the BigTools palette available during the current session of HyperCard. Clicking “Stop Using BigTools” stops its use.
  22.  
  23. To toggle the display of the BigTools palette, type Shift+Tab.  Send the message "showBigTools" using either the message box or a button script:
  24.  
  25.    on mouseUp
  26.         showBigTools
  27.    end mouseUp
  28.  
  29. If you leave BigTools in your HyperCard folder, add this line to your openstack handler:
  30.  
  31.    on openstack
  32.         start using stack "BigTools v1.0" 
  33.         <rest of openstack handler>
  34.         pass openstack
  35.    end openstack
  36.  
  37. This will allow use of BigTools without adding its resources or palette-control handlers to your own stack.  Just be sure that the openstack, closestack, etc. handlers from your stack include a "pass" command, to allow BigTools to receive the messages.
  38.  
  39. ------------------------------------------------------
  40. TO INSTALL:
  41.  
  42. Use ResEdit to copy these resources to your stack from the BigTools v1.0 stack:
  43.  
  44.     PICT id 28617
  45.     PLTE id 28617
  46.  
  47. Check the stack script of BigTools v1.0 for examples of the handlers controlling “TheBigTools” palette. You could easily modify this to activate on enterKey, the press of a functionKey (for those with extended keyboards), or to just display continuously.  
  48.  
  49. ------------------------------------------------------
  50. DISTRIBUTION:
  51.  
  52. This stack may be freely distributed, but is copyrighted software. If you use this stack or its resources in another stack, my only stipulation is that you include the following message in your credits:
  53.  
  54.       BigTools Palette ©1993 Murray M. Altheim, Equinox Development.
  55.  
  56. I would also appreciate either a postcard or email telling me about your application of BigTools.
  57.  
  58. ------------------------------------------------------
  59. © 1991 Apple Computer, Inc. Apple, and Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. HyperCard is a registered trademark of Apple Computer, Inc., licensed to Claris Corporation.